Skip to content

CI: release workflow can really create releases#100

Merged
nosborn merged 1 commit intomasterfrom
ci-release-really-release
Jun 12, 2025
Merged

CI: release workflow can really create releases#100
nosborn merged 1 commit intomasterfrom
ci-release-really-release

Conversation

@nosborn
Copy link
Copy Markdown
Owner

@nosborn nosborn commented Jun 12, 2025

No description provided.

Copilot AI review requested due to automatic review settings June 12, 2025 10:39

This comment was marked as outdated.

@nosborn nosborn force-pushed the ci-release-really-release branch from 967f3d7 to fded7b7 Compare June 12, 2025 10:44
@nosborn nosborn force-pushed the ci-release-really-release branch from fded7b7 to c28e7fc Compare June 12, 2025 10:46
@nosborn nosborn requested a review from Copilot June 12, 2025 10:47
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the release workflow so that GH CLI actually publishes releases and rotates the major-version tag to always point at the latest release.

  • Removed the --draft flag so releases are published immediately.
  • Added a step to force-update the major-version tag after creating a new release.
Comments suppressed due to low confidence (1)

.github/workflows/release.yml:51

  • Using --force can overwrite remote tags unexpectedly; consider using --force-with-lease to avoid accidentally overwriting tags that may have been updated by others.
git push --force origin "${GITHUB_REF_NAME%%.*}"

@nosborn nosborn merged commit fedac6c into master Jun 12, 2025
4 checks passed
@nosborn nosborn deleted the ci-release-really-release branch June 12, 2025 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants